3.190 \(\int \frac{x^{12}}{\left (b x^2+c x^4\right )^2} \, dx\)

Optimal. Leaf size=79 \[ -\frac{7 b^{5/2} \tan ^{-1}\left (\frac{\sqrt{c} x}{\sqrt{b}}\right )}{2 c^{9/2}}+\frac{7 b^2 x}{2 c^4}-\frac{7 b x^3}{6 c^3}-\frac{x^7}{2 c \left (b+c x^2\right )}+\frac{7 x^5}{10 c^2} \]

[Out]

(7*b^2*x)/(2*c^4) - (7*b*x^3)/(6*c^3) + (7*x^5)/(10*c^2) - x^7/(2*c*(b + c*x^2))
 - (7*b^(5/2)*ArcTan[(Sqrt[c]*x)/Sqrt[b]])/(2*c^(9/2))

_______________________________________________________________________________________

Rubi [A]  time = 0.0961293, antiderivative size = 79, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 4, integrand size = 17, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.235 \[ -\frac{7 b^{5/2} \tan ^{-1}\left (\frac{\sqrt{c} x}{\sqrt{b}}\right )}{2 c^{9/2}}+\frac{7 b^2 x}{2 c^4}-\frac{7 b x^3}{6 c^3}-\frac{x^7}{2 c \left (b+c x^2\right )}+\frac{7 x^5}{10 c^2} \]

Antiderivative was successfully verified.

[In]  Int[x^12/(b*x^2 + c*x^4)^2,x]

[Out]

(7*b^2*x)/(2*c^4) - (7*b*x^3)/(6*c^3) + (7*x^5)/(10*c^2) - x^7/(2*c*(b + c*x^2))
 - (7*b^(5/2)*ArcTan[(Sqrt[c]*x)/Sqrt[b]])/(2*c^(9/2))

_______________________________________________________________________________________

Rubi in Sympy [F]  time = 0., size = 0, normalized size = 0. \[ - \frac{7 b^{\frac{5}{2}} \operatorname{atan}{\left (\frac{\sqrt{c} x}{\sqrt{b}} \right )}}{2 c^{\frac{9}{2}}} - \frac{7 b x^{3}}{6 c^{3}} - \frac{x^{7}}{2 c \left (b + c x^{2}\right )} + \frac{7 x^{5}}{10 c^{2}} + \frac{7 \int b^{2}\, dx}{2 c^{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**12/(c*x**4+b*x**2)**2,x)

[Out]

-7*b**(5/2)*atan(sqrt(c)*x/sqrt(b))/(2*c**(9/2)) - 7*b*x**3/(6*c**3) - x**7/(2*c
*(b + c*x**2)) + 7*x**5/(10*c**2) + 7*Integral(b**2, x)/(2*c**4)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0869714, size = 71, normalized size = 0.9 \[ \frac{x \left (\frac{15 b^3}{b+c x^2}+90 b^2-20 b c x^2+6 c^2 x^4\right )}{30 c^4}-\frac{7 b^{5/2} \tan ^{-1}\left (\frac{\sqrt{c} x}{\sqrt{b}}\right )}{2 c^{9/2}} \]

Antiderivative was successfully verified.

[In]  Integrate[x^12/(b*x^2 + c*x^4)^2,x]

[Out]

(x*(90*b^2 - 20*b*c*x^2 + 6*c^2*x^4 + (15*b^3)/(b + c*x^2)))/(30*c^4) - (7*b^(5/
2)*ArcTan[(Sqrt[c]*x)/Sqrt[b]])/(2*c^(9/2))

_______________________________________________________________________________________

Maple [A]  time = 0.011, size = 68, normalized size = 0.9 \[{\frac{{x}^{5}}{5\,{c}^{2}}}-{\frac{2\,b{x}^{3}}{3\,{c}^{3}}}+3\,{\frac{{b}^{2}x}{{c}^{4}}}+{\frac{{b}^{3}x}{2\,{c}^{4} \left ( c{x}^{2}+b \right ) }}-{\frac{7\,{b}^{3}}{2\,{c}^{4}}\arctan \left ({cx{\frac{1}{\sqrt{bc}}}} \right ){\frac{1}{\sqrt{bc}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^12/(c*x^4+b*x^2)^2,x)

[Out]

1/5*x^5/c^2-2/3*b*x^3/c^3+3*b^2*x/c^4+1/2/c^4*b^3*x/(c*x^2+b)-7/2/c^4*b^3/(b*c)^
(1/2)*arctan(c*x/(b*c)^(1/2))

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^12/(c*x^4 + b*x^2)^2,x, algorithm="maxima")

[Out]

Exception raised: ValueError

_______________________________________________________________________________________

Fricas [A]  time = 0.260354, size = 1, normalized size = 0.01 \[ \left [\frac{12 \, c^{3} x^{7} - 28 \, b c^{2} x^{5} + 140 \, b^{2} c x^{3} + 210 \, b^{3} x + 105 \,{\left (b^{2} c x^{2} + b^{3}\right )} \sqrt{-\frac{b}{c}} \log \left (\frac{c x^{2} - 2 \, c x \sqrt{-\frac{b}{c}} - b}{c x^{2} + b}\right )}{60 \,{\left (c^{5} x^{2} + b c^{4}\right )}}, \frac{6 \, c^{3} x^{7} - 14 \, b c^{2} x^{5} + 70 \, b^{2} c x^{3} + 105 \, b^{3} x - 105 \,{\left (b^{2} c x^{2} + b^{3}\right )} \sqrt{\frac{b}{c}} \arctan \left (\frac{x}{\sqrt{\frac{b}{c}}}\right )}{30 \,{\left (c^{5} x^{2} + b c^{4}\right )}}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^12/(c*x^4 + b*x^2)^2,x, algorithm="fricas")

[Out]

[1/60*(12*c^3*x^7 - 28*b*c^2*x^5 + 140*b^2*c*x^3 + 210*b^3*x + 105*(b^2*c*x^2 +
b^3)*sqrt(-b/c)*log((c*x^2 - 2*c*x*sqrt(-b/c) - b)/(c*x^2 + b)))/(c^5*x^2 + b*c^
4), 1/30*(6*c^3*x^7 - 14*b*c^2*x^5 + 70*b^2*c*x^3 + 105*b^3*x - 105*(b^2*c*x^2 +
 b^3)*sqrt(b/c)*arctan(x/sqrt(b/c)))/(c^5*x^2 + b*c^4)]

_______________________________________________________________________________________

Sympy [A]  time = 1.72063, size = 124, normalized size = 1.57 \[ \frac{b^{3} x}{2 b c^{4} + 2 c^{5} x^{2}} + \frac{3 b^{2} x}{c^{4}} - \frac{2 b x^{3}}{3 c^{3}} + \frac{7 \sqrt{- \frac{b^{5}}{c^{9}}} \log{\left (x - \frac{c^{4} \sqrt{- \frac{b^{5}}{c^{9}}}}{b^{2}} \right )}}{4} - \frac{7 \sqrt{- \frac{b^{5}}{c^{9}}} \log{\left (x + \frac{c^{4} \sqrt{- \frac{b^{5}}{c^{9}}}}{b^{2}} \right )}}{4} + \frac{x^{5}}{5 c^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**12/(c*x**4+b*x**2)**2,x)

[Out]

b**3*x/(2*b*c**4 + 2*c**5*x**2) + 3*b**2*x/c**4 - 2*b*x**3/(3*c**3) + 7*sqrt(-b*
*5/c**9)*log(x - c**4*sqrt(-b**5/c**9)/b**2)/4 - 7*sqrt(-b**5/c**9)*log(x + c**4
*sqrt(-b**5/c**9)/b**2)/4 + x**5/(5*c**2)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.269147, size = 99, normalized size = 1.25 \[ -\frac{7 \, b^{3} \arctan \left (\frac{c x}{\sqrt{b c}}\right )}{2 \, \sqrt{b c} c^{4}} + \frac{b^{3} x}{2 \,{\left (c x^{2} + b\right )} c^{4}} + \frac{3 \, c^{8} x^{5} - 10 \, b c^{7} x^{3} + 45 \, b^{2} c^{6} x}{15 \, c^{10}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^12/(c*x^4 + b*x^2)^2,x, algorithm="giac")

[Out]

-7/2*b^3*arctan(c*x/sqrt(b*c))/(sqrt(b*c)*c^4) + 1/2*b^3*x/((c*x^2 + b)*c^4) + 1
/15*(3*c^8*x^5 - 10*b*c^7*x^3 + 45*b^2*c^6*x)/c^10